home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
dev
/
e
/
amigae33a.lha
/
E_v3.3a
/
Src.lha
/
Src
/
Pd
/
oomodules
/
objects.build
< prev
next >
Wrap
Text File
|
1995-02-05
|
421b
|
24 lines
# just type 'build FROM objects TARGET <targetname>'
# printer
#
# uses: device, library
printer.m: printer.e device.m library.m
echo "*Ncompiling printer.e"
ec printer.e
# device
#
# uses: library
device.m: device.e library.m
echo "*Ncompiling device.e"
ec device.e
# library
library.m: library.e
echo "*Ncompiling library.e"
ec library.e